home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / LITTLE / TOOLKIT.ZIP / DOCS / 68040DRV.TXT < prev    next >
Encoding:
Text File  |  1996-12-28  |  1.9 KB  |  39 lines

  1.  
  2. *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
  3.              MC68040 driver - copyright 1996 Douglas Little
  4. *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
  5.  
  6. The 68040 driver program (68040DRV.PRG) is a user-configurable TSR
  7. program which sets up the 68040 processor's internal PMMU (programmable
  8. memory management unit) to allow FastRAM to be used, as well as more
  9. advanced options like FastROM and 'copyback cache' modes. It also
  10. handles other potential difficulties like troublesome harddisk drivers
  11. and operating systems which try to use DMA/SCSI devices illegally with
  12. FastRAM.
  13.  
  14. The driver should always be run from the auto folder, and can be set
  15. up manually using the configuration tool (68040CFG.APP). You could make
  16. several different copies of the driver file, under different filenames,
  17. with different configurations, and use them along with a boot manager
  18. (like Stoop or Xboot) to allow quick switching between different machine
  19. setups. This can save a great deal of time when there are one or two
  20. programs which don't like a particular configuration, and you need to
  21. change over in a hurry. 
  22.  
  23. Place the driver program as early as possible in the auto folder, but
  24. feel free to experiment if the need arises. You should also install
  25. TKBUBBLE.PRG if you use lots of other auto folder software, to prevent
  26. the 68040 driver from being 'patched out'. It is normally wise to
  27. place TKBUBBLE after NVDI if it is installed, since very few system
  28. calls actually get past NVDI. This is simply because NVDI replaces most
  29. of them.
  30.  
  31. See documentation on 68040CFG.APP for details on how to set up the
  32. driver program.
  33.  
  34. The 68040DRV.RAW file is just a plain vanilla (backup) version of the
  35. main 68040DRV.PRG program. Apart from the RAW file being unconfigured,
  36. they are otherwise identical in every way.
  37.  
  38. *-----------------------------------------------------------------------*
  39.